home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 501-525 / disk_525 / crclists / readme.fnf < prev    next >
Text File  |  1992-05-06  |  1KB  |  29 lines

  1. Here is an lharced archive, containing CRC check files for disks
  2. 401-520, made directly from my master distribution disks.  Lharc is
  3. also included for your convenience in extracting the CRC check files.
  4. This would be accomplished with a command of the form:
  5.  
  6.     lharc x Disks401-520.lzh
  7.  
  8. The CRC check files were made with a batch file full of lines like the
  9. following (see the GenScript program for an easy way to generate these):
  10.  
  11.     find >find.out AmigaLibDisk401: -type f -print
  12.     brik >Disk401.crc -Gbf find.out
  13.     brik -C Disk401.crc
  14.  
  15. The "find" program is from disk 197.  Brik is from disk 233.  Both are
  16. also included on this disk.  Note that brik needs lots of stack space.
  17. A value of at least 40000 is recommended.
  18.  
  19. To check a particular disk, you would use a command like the last
  20. one in the above example.  If you are a redistributor of my disks,
  21. please check all of your masters and obtain correct disks for any
  22. that show a CRC difference.  If you are an end user and find a CRC
  23. difference, you should request a replacement from your supplier.
  24.  
  25. Please do not knowingly redistribute any disks that do not pass the
  26. CRC check.  Thanks!
  27.  
  28. -Fred
  29.